-
class
c4_StringProp : public c4_Property
-
String properties.
- Public:
- c4_StringProp (const char* name_);
- Constructs a new property.
- c4_StringRef operator() (c4_RowRef row_);
- Gets or sets a string property in a row.
- c4_String Get (c4_RowRef row_);
- Gets a string property in a row.
- void Set (c4_RowRef row_, const char* value_);
- Sets a string property in a row.
- c4_Row operator[] (const char* value_);
- Creates a row with one string, shorthand for AsRow.
- c4_Row AsRow (const char* value_);
- Creates a row with one string.
#include "k4view.h" // Jun 8, 1997